home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / scripts / prefs < prev    next >
Text File  |  2000-05-08  |  410b  |  23 lines

  1. failat 31
  2. if not exists env:quickstarted
  3. Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
  4. wait 2
  5. quit
  6. endif
  7.  
  8. set a `requestchoice "Amiga Plus (C)" "Welchen Einsteller wollen sie einstellen?" "MPG|HTML|JPG|MP3"`
  9. cd APCD:Scripts/
  10. skip $a
  11. quit
  12. lab 1
  13. execute apcd:scripts/mpg
  14. quit
  15. lab 2
  16. execute apcd:scripts/html
  17. quit
  18. lab 3
  19. execute apcd:scripts/jpg
  20. quit
  21. lab 0
  22. execute APCD:Scripts/MP3
  23. quit